home *** CD-ROM | disk | FTP | other *** search
- int help( )
- {
- printf(" \n " ) ;
- printf(" CGNHLP \n " ) ;
- printf("Author: Ned Kelly \n " ) ;
- printf(" \n " ) ;
- printf("This program is designed to take a .DOC " ) ;
- printf("file which documents \n " ) ;
- printf("a particular program and generate a C so" ) ;
- printf("ucre file called \n " ) ;
- printf("HELP.C which is a routine which will dis" ) ;
- printf("play what was in \n " ) ;
- printf("the .DOC file. \n " ) ;
- printf(" \n " ) ;
- printf("Calling sequence is: \n " ) ;
- printf(" CGNHLP ? Display this fil" ) ;
- printf("e. \n " ) ;
- printf(" CGNHLP filename From filename.do" ) ;
- printf("c generate HELP.C \n " ) ;
- printf(" CGNHLP Prompt for filen" ) ;
- printf("ame and generate HELP.C \n " ) ;
- printf(" \n " ) ;
- return( 0 ) ;
- }
-